/* .container{
    background: #060402;
} */
.container .section-one{
    width: 100%;
    height: 659px;
    background-image: url('../img/index/section-one-img.png');
    background-size: 1920px 659px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #060402;
}
.marginauto{
    margin: 0 auto;
}
.container .section-one .section-one-container{
    width: 1200px;
    height: 100%;

}
.container .section-one .section-one-container .section-one-txt1{
    color: #FFF;
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 152px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.container .section-one .section-one-container .section-one-txtbox .section-one-txt2{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px; /* 150% */
    opacity: 0.7;
}
.container .section-one .section-one-container .section-one-txtbox{
    margin-bottom: 50px;
}
.container .section-one .section-one-container .class-one-downloadbox{
    display: flex;
    align-items: flex-end;
}
.container .section-one .section-one-container .class-one-downloadbox .section-one-downloadbtn{
    width: 270px;
    height: 70px;
    cursor: pointer;
}
.container .section-one .section-one-container .class-one-downloadbox .section-one-downloadbtn img{
    width: 100%;
    height: 100%;

}
.container .section-one .section-one-container .class-one-downloadbox .section-one-downloadversion{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
    margin-left: 50px;
}

.container .section-two{
    width: 100%;
    height: 711px;
    background-image: url('../img/index/section-two-imgbg.png');
    background-size: 1920px 711px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #060402;
}
.container .section-two .section-two-container{
    width: 1200px;
    height: 100%;
    padding-top: 68px;
    box-sizing: border-box;
}
.container .section-two .section-two-container .section-two-txt1{
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    background: linear-gradient(91deg, #FFF 20.11%, #FFCEA1 82.39%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.container .section-two .section-two-container .section-two-txt2{
    color: #FFF;
    text-align: center;
    font-size: 22.857px;
    font-style: normal;
    font-weight: 330;
    margin-top: 24px;
}
.container .section-two .section-two-container .section-two-imgbox{
    width: 955px;
    margin: 94px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.container .section-two .section-two-container .section-two-imgbox .section-two-imgitem{
    width: 111px;
    height: 136.3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-right: 100px;
    margin-bottom: 40px;
}
.container .section-two .section-two-container .section-two-imgbox .section-two-imgitem:nth-child(5n){
    margin-right: 0px;
}
.container .section-two .section-two-container .section-two-imgbox .section-two-imgitem img{
    width: 81.805px;
    height:auto;
    margin-bottom: 18px;
}
.container .section-two .section-two-container .section-two-imgbox .section-two-imgitem p{
    width: 100%;
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 330;
}

.container .section-three{
    width: 100%;
    height: 656px;
    background-image: url('../img/index/section-three-imgbg.png');
    background-size: 1920px 656px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #060402;
}
.container .section-three .section-three-container{
    width: 1200px;
    height: 100%;
    padding-top: 67px;
    box-sizing: border-box;
}
.container .section-three .section-three-container .section-three-txt1{
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    background: linear-gradient(91deg, #FFFCF6 20.11%, #FFCEA1 82.39%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.container .section-three .section-three-container .section-three-txt2{
    color: #FFF;
    font-size: 22.857px;
    font-style: normal;
    font-weight: 330;
    line-height: 20px; /* 87.5% */
    text-align: center;
    margin-top: 24px;
}
.container .section-four{
    width: 100%;
    height: 296px;
    background: #060402;
    padding-top: 82px;
    box-sizing: border-box;
}
.container .section-four .section-four-container{
    width: 1200px;
    height: 100%;
}
.container .section-four .section-four-container .section-four-txt1{
    color: #FFF;
    text-align: center;
    font-family: MiSans;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
}
.container .section-four .section-four-container .section-four-btnbox{
    width: 200px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    background: #FD9100;
    margin-top: 31px;
    cursor: pointer;
}
